home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / procssng / ccs / ccs-11.lha / ccs-lib / tools / sun / sources / makefile.src next >
Encoding:
Makefile  |  1993-08-23  |  390 b   |  25 lines

  1. #
  2. # makefile for ccs-lib/tools/sun/sources
  3. #
  4.  
  5. PGMS = torast.out
  6.  
  7. LIBRARIE6 = $(LDFLAGS) -lscs6 -lccs -ltiff -lrle $(LIBRARY) $(OTHERLIBS) -ljpeg
  8. CPPFLAGS2 = -I$(CCS_ROOT)/include -DCOMMON_TOOL #-DHIPS_IMAGE
  9.  
  10. .c.out:
  11.     $(LINKc) $* $< $(LIBRARIE6) $(CPPFLAGS2) -lpixrect
  12.     mv $* $(DESTDIR)
  13.     @touch $@
  14.  
  15. install:    $(PGMS)
  16.  
  17. clean:    clean-pgm
  18. clean-all:    clean_all
  19.  
  20. pristine:    pristine-pgm
  21.  
  22. doc:
  23.  
  24. FRC:
  25.